home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 31 / Amiga Format CD31 (1998-09-02)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1998-10].iso / -seriously_amiga- / hardware / transadf / transadf.readme < prev    next >
Text File  |  1998-07-20  |  3KB  |  65 lines

  1. Short:     Creates Compressed ADFs (G/PKZip). v3.100.27
  2. Uploader:  kjots@lis.net.au (Karl J. Ots)
  3. Author:    kjots@lis.net.au (Karl J. Ots)
  4. Date:      13th July 1998
  5. Copyright: GPL
  6. Requires:  OS2.0+
  7. Type:      disk/misc
  8.  
  9. New Features in v3.100.27
  10.   This is a minor upgrade.  I've included some new features, namely
  11.   a verify option and extended track support, as well as cleaned up
  12.   the source a bit.  I'm currently working on v4 which should be
  13.   out later on this year (October maybe, but no promises).
  14.   As of this and future versions, TransADF shall be released under
  15.   the GNU General Public License.  See the file COPYING included
  16.   with the distributuion.
  17.  
  18. What is TransADF?
  19.   TransADF creates Amiga Disk Files (ADFs), a 880kb file copy of
  20.   an Amiga floppy disk.  It can also be used to transfer ADFs back
  21.   to a real disk.  
  22.   
  23.   TransADF offerers several modes of operation.  It can create both
  24.   PKZip and GZip compression formats directly from the disk, with only
  25.   a small portion in memory at one time.  It can also decompress both
  26.   formats, again directly to disk with little memory use.  TransADF has
  27.   sophisticated PKZip support, allowing operation on any file within
  28.   the archive (not just the first item, like GUnZip), as well as adding
  29.   an ADF to an already existing archive.
  30.   
  31.   TransADF uses the Z Library to perform the compression and decompression.
  32.   For more info on ZLib, visit http://www.cdrom.com/pub/infozip/zlib/
  33.   ZLib was written by the same people who brought us GZip and Info-Zip,
  34.   they being Jean-loup Gailly and Mark Adler.
  35.   
  36.   TransADf comes in three 'flavours':
  37.   
  38.      TransADF (46k):       Fully featured, staticly linked with the ZLib.
  39.      TransADF-RT (19k):    Also fully featured, but uses the runtime
  40.                            "z.library", available on Aminet in 
  41.                            util/libs/zlib.lha.  
  42.      TransADF-Lite (8k):   This version offers no compression or
  43.                            decompression, hence the smaller size.  Only
  44.                            ADFs can be read or created with this version.
  45.  
  46.   All three versions are compiled from the same sources, which are 
  47.   included.  TransADF was written with the aid of DICE 3.15.
  48.   
  49.   This is the second release of TransADF, and the usual applies so send
  50.   bug or incompatibility reports to me at by e-mail address above.
  51.  
  52.   Oh, and by the way, TransADF is FreeWare as defined by the GNU General
  53.   Public License.
  54.  
  55.  
  56. A note about ADFs
  57.   An ADF has a variety of uses.  It can be used with floppy disk
  58.   emulators such as the FMS device, which enables a file to be
  59.   mounted as a drive.  Also, ADFs are used by the Amiga emulators
  60.   UAE and Fellow (Amiga disks can not be read by PC drives).  A 
  61.   zipped ADF can offer better compression than a DMS archive, with
  62.   the advantage that it can be unzipped by any computer with a copy
  63.   of GZip, PKZip, or the portable Info-Zip (which is just about all of
  64.   them, I think).
  65.